projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b986161
)
Fix docstring typo
author
justbur
<justin@burkett.cc>
Tue, 5 Apr 2016 14:05:15 +0000
(10:05 -0400)
committer
justbur
<justin@burkett.cc>
Tue, 5 Apr 2016 14:05:15 +0000
(10:05 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 8c8b3dfb25ffb295a499ab3808cc287287d6b2e9..891deaaa824bdd0ebcc59c700cd5b0b6700483d2 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-760,7
+760,7
@@
to `which-key-prefix-title-alist'."
;;;###autoload
(defun which-key-declare-prefixes-for-mode (mode key-sequence name &rest more)
- "Functions like `which-key-declare-prefix
-nam
es'.
+ "Functions like `which-key-declare-prefixes'.
The difference is that MODE specifies the `major-mode' that must
be active for KEY-SEQUENCE and NAME (MORE contains
addition KEY-SEQUENCE NAME pairs) to apply."